home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / gnome-applets / builder / financialchart.ui < prev    next >
Encoding:
Extensible Markup Language  |  2010-07-07  |  53.4 KB  |  1,022 lines

  1. <?xml version="1.0"?>
  2. <!--*- mode: xml -*-->
  3. <interface>
  4.   <object class="GtkListStore" id="model1">
  5.     <columns>
  6.       <column type="gchararray"/>
  7.     </columns>
  8.     <data>
  9.       <row>
  10.         <col id="0" translatable="yes">Today</col>
  11.       </row>
  12.       <row>
  13.         <col id="0" translatable="yes">5 Days</col>
  14.       </row>
  15.       <row>
  16.         <col id="0" translatable="yes">3 Months</col>
  17.       </row>
  18.       <row>
  19.         <col id="0" translatable="yes">6 Months</col>
  20.       </row>
  21.       <row>
  22.         <col id="0" translatable="yes">1 Year</col>
  23.       </row>
  24.       <row>
  25.         <col id="0" translatable="yes">5 Years</col>
  26.       </row>
  27.       <row>
  28.         <col id="0" translatable="yes">Maximum</col>
  29.       </row>
  30.     </data>
  31.   </object>
  32.   <object class="GtkListStore" id="model2">
  33.     <columns>
  34.       <column type="gchararray"/>
  35.     </columns>
  36.     <data>
  37.       <row>
  38.         <col id="0">l</col>
  39.       </row>
  40.       <row>
  41.         <col id="0">b</col>
  42.       </row>
  43.       <row>
  44.         <col id="0">c</col>
  45.       </row>
  46.     </data>
  47.   </object>
  48.   <object class="GtkWindow" id="window">
  49.     <property name="border_width">6</property>
  50.     <property name="visible">True</property>
  51.     <property name="title" translatable="yes">Financial Chart</property>
  52.     <property name="type">GTK_WINDOW_TOPLEVEL</property>
  53.     <property name="window_position">GTK_WIN_POS_CENTER</property>
  54.     <property name="modal">False</property>
  55.     <property name="default_height">500</property>
  56.     <property name="resizable">True</property>
  57.     <property name="destroy_with_parent">True</property>
  58.     <property name="icon_name">stock_chart</property>
  59.     <property name="decorated">True</property>
  60.     <property name="skip_taskbar_hint">False</property>
  61.     <property name="skip_pager_hint">False</property>
  62.     <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
  63.     <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
  64.     <property name="focus_on_map">True</property>
  65.     <property name="urgency_hint">False</property>
  66.     <child>
  67.       <object class="GtkVBox" id="vbox1">
  68.         <property name="visible">True</property>
  69.         <property name="homogeneous">False</property>
  70.         <property name="spacing">6</property>
  71.         <child>
  72.           <object class="GtkHBox" id="hbox1">
  73.             <property name="visible">True</property>
  74.             <property name="homogeneous">False</property>
  75.             <property name="spacing">6</property>
  76.             <child>
  77.               <object class="GtkLabel" id="label1">
  78.                 <property name="visible">True</property>
  79.                 <property name="label" translatable="yes">_Ticker symbol: </property>
  80.                 <property name="use_underline">True</property>
  81.                 <property name="use_markup">False</property>
  82.                 <property name="justify">GTK_JUSTIFY_LEFT</property>
  83.                 <property name="wrap">False</property>
  84.                 <property name="selectable">False</property>
  85.                 <property name="xalign">0.5</property>
  86.                 <property name="yalign">0.5</property>
  87.                 <property name="xpad">0</property>
  88.                 <property name="ypad">0</property>
  89.                 <property name="mnemonic_widget">s</property>
  90.                 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
  91.                 <property name="width_chars">-1</property>
  92.                 <property name="single_line_mode">False</property>
  93.                 <property name="angle">0</property>
  94.               </object>
  95.               <packing>
  96.                 <property name="padding">0</property>
  97.                 <property name="expand">False</property>
  98.                 <property name="fill">False</property>
  99.               </packing>
  100.             </child>
  101.             <child>
  102.               <object class="GtkEntry" id="s">
  103.                 <property name="visible">True</property>
  104.                 <property name="can_focus">True</property>
  105.                 <property name="has_focus">True</property>
  106.                 <property name="editable">True</property>
  107.                 <property name="visibility">True</property>
  108.                 <property name="max_length">0</property>
  109.                 <property name="text" translatable="yes"></property>
  110.                 <property name="has_frame">True</property>
  111.                 <property name="invisible_char">*</property>
  112.                 <property name="activates_default">False</property>
  113.               </object>
  114.               <packing>
  115.                 <property name="padding">0</property>
  116.                 <property name="expand">True</property>
  117.                 <property name="fill">True</property>
  118.               </packing>
  119.             </child>
  120.             <child>
  121.               <object class="GtkCheckButton" id="autorefresh">
  122.                 <property name="visible">True</property>
  123.                 <property name="can_focus">True</property>
  124.                 <property name="relief">GTK_RELIEF_NORMAL</property>
  125.                 <property name="focus_on_click">True</property>
  126.                 <property name="active">True</property>
  127.                 <property name="inconsistent">False</property>
  128.                 <property name="draw_indicator">True</property>
  129.                 <child>
  130.                   <object class="GtkAlignment" id="alignment1">
  131.                     <property name="visible">True</property>
  132.                     <property name="xalign">0.5</property>
  133.                     <property name="yalign">0.5</property>
  134.                     <property name="xscale">0</property>
  135.                     <property name="yscale">0</property>
  136.                     <property name="top_padding">0</property>
  137.                     <property name="bottom_padding">0</property>
  138.                     <property name="left_padding">0</property>
  139.                     <property name="right_padding">0</property>
  140.                     <child>
  141.                       <object class="GtkHBox" id="hbox5">
  142.                         <property name="visible">True</property>
  143.                         <property name="homogeneous">False</property>
  144.                         <property name="spacing">2</property>
  145.                         <child>
  146.                           <object class="GtkImage" id="image1">
  147.                             <property name="visible">True</property>
  148.                             <property name="stock">gtk-refresh</property>
  149.                             <property name="icon_size">4</property>
  150.                             <property name="xalign">0.5</property>
  151.                             <property name="yalign">0.5</property>
  152.                             <property name="xpad">0</property>
  153.                             <property name="ypad">0</property>
  154.                           </object>
  155.                           <packing>
  156.                             <property name="padding">0</property>
  157.                             <property name="expand">False</property>
  158.                             <property name="fill">False</property>
  159.                           </packing>
  160.                         </child>
  161.                         <child>
  162.                           <object class="GtkLabel" id="label8">
  163.                             <property name="visible">True</property>
  164.                             <property name="label" translatable="yes">Auto _refresh</property>
  165.                             <property name="use_underline">True</property>
  166.                             <property name="use_markup">False</property>
  167.                             <property name="justify">GTK_JUSTIFY_LEFT</property>
  168.                             <property name="wrap">False</property>
  169.                             <property name="selectable">False</property>
  170.                             <property name="xalign">0.5</property>
  171.                             <property name="yalign">0.5</property>
  172.                             <property name="xpad">0</property>
  173.                             <property name="ypad">0</property>
  174.                             <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
  175.                             <property name="width_chars">-1</property>
  176.                             <property name="single_line_mode">False</property>
  177.                             <property name="angle">0</property>
  178.                           </object>
  179.                           <packing>
  180.                             <property name="padding">0</property>
  181.                             <property name="expand">False</property>
  182.                             <property name="fill">False</property>
  183.                           </packing>
  184.                         </child>
  185.                       </object>
  186.                     </child>
  187.                   </object>
  188.                 </child>
  189.               </object>
  190.               <packing>
  191.                 <property name="padding">0</property>
  192.                 <property name="expand">False</property>
  193.                 <property name="fill">False</property>
  194.               </packing>
  195.             </child>
  196.             <child>
  197.               <object class="GtkComboBox" id="t">
  198.                 <property name="visible">True</property>
  199.                 <property name="add_tearoffs">False</property>
  200.                 <property name="focus_on_click">True</property>
  201.                 <property name="model">model1</property>
  202.                 <child>
  203.                   <object class="GtkCellRendererText" id="renderer1"/>
  204.                   <attributes>
  205.                     <attribute name="text">0</attribute>
  206.                   </attributes>
  207.                 </child>
  208.               </object>
  209.               <packing>
  210.                 <property name="padding">0</property>
  211.                 <property name="expand">False</property>
  212.                 <property name="fill">False</property>
  213.               </packing>
  214.             </child>
  215.           </object>
  216.           <packing>
  217.             <property name="padding">0</property>
  218.             <property name="expand">False</property>
  219.             <property name="fill">False</property>
  220.           </packing>
  221.         </child>
  222.         <child>
  223.           <object class="GtkExpander" id="expander1">
  224.             <property name="visible">True</property>
  225.             <property name="can_focus">True</property>
  226.             <property name="expanded">False</property>
  227.             <property name="spacing">6</property>
  228.             <child>
  229.               <object class="GtkTable" id="table1">
  230.                 <property name="visible">True</property>
  231.                 <property name="n_rows">5</property>
  232.                 <property name="n_columns">2</property>
  233.                 <property name="homogeneous">False</property>
  234.                 <property name="row_spacing">6</property>
  235.                 <property name="column_spacing">6</property>
  236.                 <child>
  237.                   <object class="GtkLabel" id="label3">
  238.                     <property name="visible">True</property>
  239.                     <property name="label" translatable="yes">_Graph style: </property>
  240.                     <property name="use_underline">True</property>
  241.                     <property name="use_markup">False</property>
  242.                     <property name="justify">GTK_JUSTIFY_LEFT</property>
  243.                     <property name="wrap">False</property>
  244.                     <property name="selectable">False</property>
  245.                     <property name="xalign">1</property>
  246.                     <property name="yalign">0.5</property>
  247.                     <property name="xpad">0</property>
  248.                     <property name="ypad">0</property>
  249.                     <property name="mnemonic_widget">q</property>
  250.                     <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
  251.                     <property name="width_chars">-1</property>
  252.                     <property name="single_line_mode">False</property>
  253.                     <property name="angle">0</property>
  254.                   </object>
  255.                   <packing>
  256.                     <property name="left_attach">0</property>
  257.                     <property name="right_attach">1</property>
  258.                     <property name="top_attach">0</property>
  259.                     <property name="bottom_attach">1</property>
  260.                     <property name="x_options">fill</property>
  261.                     <property name="y_options"/>
  262.                   </packing>
  263.                 </child>
  264.                 <child>
  265.                   <object class="GtkLabel" id="label4">
  266.                     <property name="visible">True</property>
  267.                     <property name="label" translatable="yes">Moving average: </property>
  268.                     <property name="use_underline">False</property>
  269.                     <property name="use_markup">False</property>
  270.                     <property name="justify">GTK_JUSTIFY_LEFT</property>
  271.                     <property name="wrap">False</property>
  272.                     <property name="selectable">False</property>
  273.                     <property name="xalign">1</property>
  274.                     <property name="yalign">0.5</property>
  275.                     <property name="xpad">0</property>
  276.                     <property name="ypad">0</property>
  277.                     <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
  278.                     <property name="width_chars">-1</property>
  279.                     <property name="single_line_mode">False</property>
  280.                     <property name="angle">0</property>
  281.                   </object>
  282.                   <packing>
  283.                     <property name="left_attach">0</property>
  284.                     <property name="right_attach">1</property>
  285.                     <property name="top_attach">1</property>
  286.                     <property name="bottom_attach">2</property>
  287.                     <property name="x_options">fill</property>
  288.                     <property name="y_options"/>
  289.                   </packing>
  290.                 </child>
  291.                 <child>
  292.                   <object class="GtkLabel" id="label5">
  293.                     <property name="visible">True</property>
  294.                     <property name="label" translatable="yes">Exponential moving average: </property>
  295.                     <property name="use_underline">False</property>
  296.                     <property name="use_markup">False</property>
  297.                     <property name="justify">GTK_JUSTIFY_LEFT</property>
  298.                     <property name="wrap">False</property>
  299.                     <property name="selectable">False</property>
  300.                     <property name="xalign">1</property>
  301.                     <property name="yalign">0.5</property>
  302.                     <property name="xpad">0</property>
  303.                     <property name="ypad">0</property>
  304.                     <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
  305.                     <property name="width_chars">-1</property>
  306.                     <property name="single_line_mode">False</property>
  307.                     <property name="angle">0</property>
  308.                   </object>
  309.                   <packing>
  310.                     <property name="left_attach">0</property>
  311.                     <property name="right_attach">1</property>
  312.                     <property name="top_attach">2</property>
  313.                     <property name="bottom_attach">3</property>
  314.                     <property name="x_options">fill</property>
  315.                     <property name="y_options"/>
  316.                   </packing>
  317.                 </child>
  318.                 <child>
  319.                   <object class="GtkComboBox" id="q">
  320.                     <property name="visible">True</property>
  321.                     <property name="add_tearoffs">False</property>
  322.                     <property name="focus_on_click">True</property>
  323.                     <property name="model">model2</property>
  324.                     <child>
  325.                       <object class="GtkCellRendererText" id="renderer2"/>
  326.                       <attributes>
  327.                         <attribute name="text">0</attribute>
  328.                       </attributes>
  329.                     </child>
  330.                   </object>
  331.                   <packing>
  332.                     <property name="left_attach">1</property>
  333.                     <property name="right_attach">2</property>
  334.                     <property name="top_attach">0</property>
  335.                     <property name="bottom_attach">1</property>
  336.                     <property name="y_options">fill</property>
  337.                   </packing>
  338.                 </child>
  339.                 <child>
  340.                   <object class="GtkHBox" id="hbox3">
  341.                     <property name="visible">True</property>
  342.                     <property name="homogeneous">False</property>
  343.                     <property name="spacing">6</property>
  344.                     <child>
  345.                       <object class="GtkCheckButton" id="pe5">
  346.                         <property name="visible">True</property>
  347.                         <property name="can_focus">True</property>
  348.                         <property name="label" translatable="yes">5</property>
  349.                         <property name="use_underline">True</property>
  350.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  351.                         <property name="focus_on_click">True</property>
  352.                         <property name="active">True</property>
  353.                         <property name="inconsistent">False</property>
  354.                         <property name="draw_indicator">True</property>
  355.                       </object>
  356.                       <packing>
  357.                         <property name="padding">0</property>
  358.                         <property name="expand">False</property>
  359.                         <property name="fill">False</property>
  360.                       </packing>
  361.                     </child>
  362.                     <child>
  363.                       <object class="GtkCheckButton" id="pe10">
  364.                         <property name="visible">True</property>
  365.                         <property name="can_focus">True</property>
  366.                         <property name="label" translatable="yes">10</property>
  367.                         <property name="use_underline">True</property>
  368.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  369.                         <property name="focus_on_click">True</property>
  370.                         <property name="active">False</property>
  371.                         <property name="inconsistent">False</property>
  372.                         <property name="draw_indicator">True</property>
  373.                       </object>
  374.                       <packing>
  375.                         <property name="padding">0</property>
  376.                         <property name="expand">False</property>
  377.                         <property name="fill">False</property>
  378.                       </packing>
  379.                     </child>
  380.                     <child>
  381.                       <object class="GtkCheckButton" id="pe20">
  382.                         <property name="visible">True</property>
  383.                         <property name="can_focus">True</property>
  384.                         <property name="label" translatable="yes">20</property>
  385.                         <property name="use_underline">True</property>
  386.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  387.                         <property name="focus_on_click">True</property>
  388.                         <property name="active">True</property>
  389.                         <property name="inconsistent">False</property>
  390.                         <property name="draw_indicator">True</property>
  391.                       </object>
  392.                       <packing>
  393.                         <property name="padding">0</property>
  394.                         <property name="expand">False</property>
  395.                         <property name="fill">False</property>
  396.                       </packing>
  397.                     </child>
  398.                     <child>
  399.                       <object class="GtkCheckButton" id="pe50">
  400.                         <property name="visible">True</property>
  401.                         <property name="can_focus">True</property>
  402.                         <property name="label" translatable="yes">50</property>
  403.                         <property name="use_underline">True</property>
  404.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  405.                         <property name="focus_on_click">True</property>
  406.                         <property name="active">False</property>
  407.                         <property name="inconsistent">False</property>
  408.                         <property name="draw_indicator">True</property>
  409.                       </object>
  410.                       <packing>
  411.                         <property name="padding">0</property>
  412.                         <property name="expand">False</property>
  413.                         <property name="fill">False</property>
  414.                       </packing>
  415.                     </child>
  416.                     <child>
  417.                       <object class="GtkCheckButton" id="pe100">
  418.                         <property name="visible">True</property>
  419.                         <property name="can_focus">True</property>
  420.                         <property name="label" translatable="yes">100</property>
  421.                         <property name="use_underline">True</property>
  422.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  423.                         <property name="focus_on_click">True</property>
  424.                         <property name="active">False</property>
  425.                         <property name="inconsistent">False</property>
  426.                         <property name="draw_indicator">True</property>
  427.                       </object>
  428.                       <packing>
  429.                         <property name="padding">0</property>
  430.                         <property name="expand">False</property>
  431.                         <property name="fill">False</property>
  432.                       </packing>
  433.                     </child>
  434.                     <child>
  435.                       <object class="GtkCheckButton" id="pe200">
  436.                         <property name="visible">True</property>
  437.                         <property name="can_focus">True</property>
  438.                         <property name="label" translatable="yes">200</property>
  439.                         <property name="use_underline">True</property>
  440.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  441.                         <property name="focus_on_click">True</property>
  442.                         <property name="active">False</property>
  443.                         <property name="inconsistent">False</property>
  444.                         <property name="draw_indicator">True</property>
  445.                       </object>
  446.                       <packing>
  447.                         <property name="padding">0</property>
  448.                         <property name="expand">False</property>
  449.                         <property name="fill">False</property>
  450.                       </packing>
  451.                     </child>
  452.                   </object>
  453.                   <packing>
  454.                     <property name="left_attach">1</property>
  455.                     <property name="right_attach">2</property>
  456.                     <property name="top_attach">2</property>
  457.                     <property name="bottom_attach">3</property>
  458.                     <property name="x_options">fill</property>
  459.                     <property name="y_options">fill</property>
  460.                   </packing>
  461.                 </child>
  462.                 <child>
  463.                   <object class="GtkLabel" id="label6">
  464.                     <property name="visible">True</property>
  465.                     <property name="label" translatable="yes">Overlays: </property>
  466.                     <property name="use_underline">False</property>
  467.                     <property name="use_markup">False</property>
  468.                     <property name="justify">GTK_JUSTIFY_LEFT</property>
  469.                     <property name="wrap">False</property>
  470.                     <property name="selectable">False</property>
  471.                     <property name="xalign">1</property>
  472.                     <property name="yalign">0.5</property>
  473.                     <property name="xpad">0</property>
  474.                     <property name="ypad">0</property>
  475.                     <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
  476.                     <property name="width_chars">-1</property>
  477.                     <property name="single_line_mode">False</property>
  478.                     <property name="angle">0</property>
  479.                   </object>
  480.                   <packing>
  481.                     <property name="left_attach">0</property>
  482.                     <property name="right_attach">1</property>
  483.                     <property name="top_attach">3</property>
  484.                     <property name="bottom_attach">4</property>
  485.                     <property name="x_options">fill</property>
  486.                     <property name="y_options"/>
  487.                   </packing>
  488.                 </child>
  489.                 <child>
  490.                   <object class="GtkHBox" id="hbox4">
  491.                     <property name="visible">True</property>
  492.                     <property name="homogeneous">False</property>
  493.                     <property name="spacing">0</property>
  494.                     <child>
  495.                       <object class="GtkCheckButton" id="pb">
  496.                         <property name="visible">True</property>
  497.                         <property name="can_focus">True</property>
  498.                         <property name="label" translatable="yes">Bollinger</property>
  499.                         <property name="use_underline">True</property>
  500.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  501.                         <property name="focus_on_click">True</property>
  502.                         <property name="active">True</property>
  503.                         <property name="inconsistent">False</property>
  504.                         <property name="draw_indicator">True</property>
  505.                       </object>
  506.                       <packing>
  507.                         <property name="padding">0</property>
  508.                         <property name="expand">False</property>
  509.                         <property name="fill">False</property>
  510.                       </packing>
  511.                     </child>
  512.                     <child>
  513.                       <object class="GtkCheckButton" id="pp">
  514.                         <property name="visible">True</property>
  515.                         <property name="can_focus">True</property>
  516.                         <property name="label" translatable="yes">SAR</property>
  517.                         <property name="use_underline">True</property>
  518.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  519.                         <property name="focus_on_click">True</property>
  520.                         <property name="active">False</property>
  521.                         <property name="inconsistent">False</property>
  522.                         <property name="draw_indicator">True</property>
  523.                       </object>
  524.                       <packing>
  525.                         <property name="padding">0</property>
  526.                         <property name="expand">False</property>
  527.                         <property name="fill">False</property>
  528.                       </packing>
  529.                     </child>
  530.                     <child>
  531.                       <object class="GtkCheckButton" id="ps">
  532.                         <property name="visible">True</property>
  533.                         <property name="can_focus">True</property>
  534.                         <property name="label" translatable="yes">Splits</property>
  535.                         <property name="use_underline">True</property>
  536.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  537.                         <property name="focus_on_click">True</property>
  538.                         <property name="active">False</property>
  539.                         <property name="inconsistent">False</property>
  540.                         <property name="draw_indicator">True</property>
  541.                       </object>
  542.                       <packing>
  543.                         <property name="padding">0</property>
  544.                         <property name="expand">False</property>
  545.                         <property name="fill">False</property>
  546.                       </packing>
  547.                     </child>
  548.                     <child>
  549.                       <object class="GtkCheckButton" id="pv">
  550.                         <property name="visible">True</property>
  551.                         <property name="can_focus">True</property>
  552.                         <property name="label" translatable="yes">Volumes</property>
  553.                         <property name="use_underline">True</property>
  554.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  555.                         <property name="focus_on_click">True</property>
  556.                         <property name="active">True</property>
  557.                         <property name="inconsistent">False</property>
  558.                         <property name="draw_indicator">True</property>
  559.                       </object>
  560.                       <packing>
  561.                         <property name="padding">0</property>
  562.                         <property name="expand">False</property>
  563.                         <property name="fill">False</property>
  564.                       </packing>
  565.                     </child>
  566.                   </object>
  567.                   <packing>
  568.                     <property name="left_attach">1</property>
  569.                     <property name="right_attach">2</property>
  570.                     <property name="top_attach">3</property>
  571.                     <property name="bottom_attach">4</property>
  572.                     <property name="x_options">fill</property>
  573.                     <property name="y_options">fill</property>
  574.                   </packing>
  575.                 </child>
  576.                 <child>
  577.                   <object class="GtkLabel" id="label7">
  578.                     <property name="visible">True</property>
  579.                     <property name="label" translatable="yes">Indicators: </property>
  580.                     <property name="use_underline">False</property>
  581.                     <property name="use_markup">False</property>
  582.                     <property name="justify">GTK_JUSTIFY_LEFT</property>
  583.                     <property name="wrap">False</property>
  584.                     <property name="selectable">False</property>
  585.                     <property name="xalign">1</property>
  586.                     <property name="yalign">0.5</property>
  587.                     <property name="xpad">0</property>
  588.                     <property name="ypad">0</property>
  589.                     <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
  590.                     <property name="width_chars">-1</property>
  591.                     <property name="single_line_mode">False</property>
  592.                     <property name="angle">0</property>
  593.                   </object>
  594.                   <packing>
  595.                     <property name="left_attach">0</property>
  596.                     <property name="right_attach">1</property>
  597.                     <property name="top_attach">4</property>
  598.                     <property name="bottom_attach">5</property>
  599.                     <property name="x_options">fill</property>
  600.                     <property name="y_options"/>
  601.                   </packing>
  602.                 </child>
  603.                 <child>
  604.                   <object class="GtkTable" id="table2">
  605.                     <property name="visible">True</property>
  606.                     <property name="n_rows">3</property>
  607.                     <property name="n_columns">3</property>
  608.                     <property name="homogeneous">False</property>
  609.                     <property name="row_spacing">0</property>
  610.                     <property name="column_spacing">0</property>
  611.                     <child>
  612.                       <object class="GtkCheckButton" id="ar">
  613.                         <property name="visible">True</property>
  614.                         <property name="can_focus">True</property>
  615.                         <property name="label" translatable="yes">RSI</property>
  616.                         <property name="use_underline">True</property>
  617.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  618.                         <property name="focus_on_click">True</property>
  619.                         <property name="active">False</property>
  620.                         <property name="inconsistent">False</property>
  621.                         <property name="draw_indicator">True</property>
  622.                       </object>
  623.                       <packing>
  624.                         <property name="left_attach">0</property>
  625.                         <property name="right_attach">1</property>
  626.                         <property name="top_attach">1</property>
  627.                         <property name="bottom_attach">2</property>
  628.                         <property name="x_options">fill</property>
  629.                         <property name="y_options"/>
  630.                       </packing>
  631.                     </child>
  632.                     <child>
  633.                       <object class="GtkCheckButton" id="av">
  634.                         <property name="visible">True</property>
  635.                         <property name="can_focus">True</property>
  636.                         <property name="label" translatable="yes">Vol</property>
  637.                         <property name="use_underline">True</property>
  638.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  639.                         <property name="focus_on_click">True</property>
  640.                         <property name="active">False</property>
  641.                         <property name="inconsistent">False</property>
  642.                         <property name="draw_indicator">True</property>
  643.                       </object>
  644.                       <packing>
  645.                         <property name="left_attach">0</property>
  646.                         <property name="right_attach">1</property>
  647.                         <property name="top_attach">2</property>
  648.                         <property name="bottom_attach">3</property>
  649.                         <property name="x_options">fill</property>
  650.                         <property name="y_options"/>
  651.                       </packing>
  652.                     </child>
  653.                     <child>
  654.                       <object class="GtkCheckButton" id="af">
  655.                         <property name="visible">True</property>
  656.                         <property name="can_focus">True</property>
  657.                         <property name="label" translatable="yes">MFI</property>
  658.                         <property name="use_underline">True</property>
  659.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  660.                         <property name="focus_on_click">True</property>
  661.                         <property name="active">True</property>
  662.                         <property name="inconsistent">False</property>
  663.                         <property name="draw_indicator">True</property>
  664.                       </object>
  665.                       <packing>
  666.                         <property name="left_attach">1</property>
  667.                         <property name="right_attach">2</property>
  668.                         <property name="top_attach">0</property>
  669.                         <property name="bottom_attach">1</property>
  670.                         <property name="x_options">fill</property>
  671.                         <property name="y_options"/>
  672.                       </packing>
  673.                     </child>
  674.                     <child>
  675.                       <object class="GtkCheckButton" id="ass">
  676.                         <property name="visible">True</property>
  677.                         <property name="can_focus">True</property>
  678.                         <property name="label" translatable="yes">Slow stoch</property>
  679.                         <property name="use_underline">True</property>
  680.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  681.                         <property name="focus_on_click">True</property>
  682.                         <property name="active">True</property>
  683.                         <property name="inconsistent">False</property>
  684.                         <property name="draw_indicator">True</property>
  685.                       </object>
  686.                       <packing>
  687.                         <property name="left_attach">1</property>
  688.                         <property name="right_attach">2</property>
  689.                         <property name="top_attach">1</property>
  690.                         <property name="bottom_attach">2</property>
  691.                         <property name="x_options">fill</property>
  692.                         <property name="y_options"/>
  693.                       </packing>
  694.                     </child>
  695.                     <child>
  696.                       <object class="GtkCheckButton" id="avm">
  697.                         <property name="visible">True</property>
  698.                         <property name="can_focus">True</property>
  699.                         <property name="label" translatable="yes">Vol+MA</property>
  700.                         <property name="use_underline">True</property>
  701.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  702.                         <property name="focus_on_click">True</property>
  703.                         <property name="active">False</property>
  704.                         <property name="inconsistent">False</property>
  705.                         <property name="draw_indicator">True</property>
  706.                       </object>
  707.                       <packing>
  708.                         <property name="left_attach">1</property>
  709.                         <property name="right_attach">2</property>
  710.                         <property name="top_attach">2</property>
  711.                         <property name="bottom_attach">3</property>
  712.                         <property name="x_options">fill</property>
  713.                         <property name="y_options"/>
  714.                       </packing>
  715.                     </child>
  716.                     <child>
  717.                       <object class="GtkCheckButton" id="ap">
  718.                         <property name="visible">True</property>
  719.                         <property name="can_focus">True</property>
  720.                         <property name="label" translatable="yes">ROC</property>
  721.                         <property name="use_underline">True</property>
  722.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  723.                         <property name="focus_on_click">True</property>
  724.                         <property name="active">False</property>
  725.                         <property name="inconsistent">False</property>
  726.                         <property name="draw_indicator">True</property>
  727.                       </object>
  728.                       <packing>
  729.                         <property name="left_attach">2</property>
  730.                         <property name="right_attach">3</property>
  731.                         <property name="top_attach">0</property>
  732.                         <property name="bottom_attach">1</property>
  733.                         <property name="x_options">fill</property>
  734.                         <property name="y_options"/>
  735.                       </packing>
  736.                     </child>
  737.                     <child>
  738.                       <object class="GtkCheckButton" id="afs">
  739.                         <property name="visible">True</property>
  740.                         <property name="can_focus">True</property>
  741.                         <property name="label" translatable="yes">Fast stoch</property>
  742.                         <property name="use_underline">True</property>
  743.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  744.                         <property name="focus_on_click">True</property>
  745.                         <property name="active">False</property>
  746.                         <property name="inconsistent">False</property>
  747.                         <property name="draw_indicator">True</property>
  748.                       </object>
  749.                       <packing>
  750.                         <property name="left_attach">2</property>
  751.                         <property name="right_attach">3</property>
  752.                         <property name="top_attach">1</property>
  753.                         <property name="bottom_attach">2</property>
  754.                         <property name="x_options">fill</property>
  755.                         <property name="y_options"/>
  756.                       </packing>
  757.                     </child>
  758.                     <child>
  759.                       <object class="GtkCheckButton" id="aw">
  760.                         <property name="visible">True</property>
  761.                         <property name="can_focus">True</property>
  762.                         <property name="label" translatable="yes">W%R</property>
  763.                         <property name="use_underline">True</property>
  764.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  765.                         <property name="focus_on_click">True</property>
  766.                         <property name="active">True</property>
  767.                         <property name="inconsistent">False</property>
  768.                         <property name="draw_indicator">True</property>
  769.                       </object>
  770.                       <packing>
  771.                         <property name="left_attach">2</property>
  772.                         <property name="right_attach">3</property>
  773.                         <property name="top_attach">2</property>
  774.                         <property name="bottom_attach">3</property>
  775.                         <property name="x_options">fill</property>
  776.                         <property name="y_options"/>
  777.                       </packing>
  778.                     </child>
  779.                     <child>
  780.                       <object class="GtkCheckButton" id="am">
  781.                         <property name="visible">True</property>
  782.                         <property name="can_focus">True</property>
  783.                         <property name="label" translatable="yes">MACD</property>
  784.                         <property name="use_underline">True</property>
  785.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  786.                         <property name="focus_on_click">True</property>
  787.                         <property name="active">True</property>
  788.                         <property name="inconsistent">False</property>
  789.                         <property name="draw_indicator">True</property>
  790.                       </object>
  791.                       <packing>
  792.                         <property name="left_attach">0</property>
  793.                         <property name="right_attach">1</property>
  794.                         <property name="top_attach">0</property>
  795.                         <property name="bottom_attach">1</property>
  796.                         <property name="x_options">fill</property>
  797.                         <property name="y_options"/>
  798.                       </packing>
  799.                     </child>
  800.                   </object>
  801.                   <packing>
  802.                     <property name="left_attach">1</property>
  803.                     <property name="right_attach">2</property>
  804.                     <property name="top_attach">4</property>
  805.                     <property name="bottom_attach">5</property>
  806.                     <property name="x_options">fill</property>
  807.                     <property name="y_options">fill</property>
  808.                   </packing>
  809.                 </child>
  810.                 <child>
  811.                   <object class="GtkHBox" id="hbox2">
  812.                     <property name="visible">True</property>
  813.                     <property name="homogeneous">False</property>
  814.                     <property name="spacing">6</property>
  815.                     <child>
  816.                       <object class="GtkCheckButton" id="pm5">
  817.                         <property name="visible">True</property>
  818.                         <property name="can_focus">True</property>
  819.                         <property name="label" translatable="yes">5</property>
  820.                         <property name="use_underline">True</property>
  821.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  822.                         <property name="focus_on_click">True</property>
  823.                         <property name="active">False</property>
  824.                         <property name="inconsistent">False</property>
  825.                         <property name="draw_indicator">True</property>
  826.                       </object>
  827.                       <packing>
  828.                         <property name="padding">0</property>
  829.                         <property name="expand">False</property>
  830.                         <property name="fill">False</property>
  831.                       </packing>
  832.                     </child>
  833.                     <child>
  834.                       <object class="GtkCheckButton" id="pm10">
  835.                         <property name="visible">True</property>
  836.                         <property name="can_focus">True</property>
  837.                         <property name="label" translatable="yes">10</property>
  838.                         <property name="use_underline">True</property>
  839.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  840.                         <property name="focus_on_click">True</property>
  841.                         <property name="active">False</property>
  842.                         <property name="inconsistent">False</property>
  843.                         <property name="draw_indicator">True</property>
  844.                       </object>
  845.                       <packing>
  846.                         <property name="padding">0</property>
  847.                         <property name="expand">False</property>
  848.                         <property name="fill">False</property>
  849.                       </packing>
  850.                     </child>
  851.                     <child>
  852.                       <object class="GtkCheckButton" id="pm20">
  853.                         <property name="visible">True</property>
  854.                         <property name="can_focus">True</property>
  855.                         <property name="label" translatable="yes">20</property>
  856.                         <property name="use_underline">True</property>
  857.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  858.                         <property name="focus_on_click">True</property>
  859.                         <property name="active">True</property>
  860.                         <property name="inconsistent">False</property>
  861.                         <property name="draw_indicator">True</property>
  862.                       </object>
  863.                       <packing>
  864.                         <property name="padding">0</property>
  865.                         <property name="expand">False</property>
  866.                         <property name="fill">False</property>
  867.                       </packing>
  868.                     </child>
  869.                     <child>
  870.                       <object class="GtkCheckButton" id="pm50">
  871.                         <property name="visible">True</property>
  872.                         <property name="can_focus">True</property>
  873.                         <property name="label" translatable="yes">50</property>
  874.                         <property name="use_underline">True</property>
  875.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  876.                         <property name="focus_on_click">True</property>
  877.                         <property name="active">False</property>
  878.                         <property name="inconsistent">False</property>
  879.                         <property name="draw_indicator">True</property>
  880.                       </object>
  881.                       <packing>
  882.                         <property name="padding">0</property>
  883.                         <property name="expand">False</property>
  884.                         <property name="fill">False</property>
  885.                       </packing>
  886.                     </child>
  887.                     <child>
  888.                       <object class="GtkCheckButton" id="pm100">
  889.                         <property name="visible">True</property>
  890.                         <property name="can_focus">True</property>
  891.                         <property name="label" translatable="yes">100</property>
  892.                         <property name="use_underline">True</property>
  893.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  894.                         <property name="focus_on_click">True</property>
  895.                         <property name="active">False</property>
  896.                         <property name="inconsistent">False</property>
  897.                         <property name="draw_indicator">True</property>
  898.                       </object>
  899.                       <packing>
  900.                         <property name="padding">0</property>
  901.                         <property name="expand">False</property>
  902.                         <property name="fill">False</property>
  903.                       </packing>
  904.                     </child>
  905.                     <child>
  906.                       <object class="GtkCheckButton" id="pm200">
  907.                         <property name="visible">True</property>
  908.                         <property name="can_focus">True</property>
  909.                         <property name="label" translatable="yes">200</property>
  910.                         <property name="use_underline">True</property>
  911.                         <property name="relief">GTK_RELIEF_NORMAL</property>
  912.                         <property name="focus_on_click">True</property>
  913.                         <property name="active">False</property>
  914.                         <property name="inconsistent">False</property>
  915.                         <property name="draw_indicator">True</property>
  916.                       </object>
  917.                       <packing>
  918.                         <property name="padding">0</property>
  919.                         <property name="expand">False</property>
  920.                         <property name="fill">False</property>
  921.                       </packing>
  922.                     </child>
  923.                   </object>
  924.                   <packing>
  925.                     <property name="left_attach">1</property>
  926.                     <property name="right_attach">2</property>
  927.                     <property name="top_attach">1</property>
  928.                     <property name="bottom_attach">2</property>
  929.                     <property name="x_options">fill</property>
  930.                     <property name="y_options">fill</property>
  931.                   </packing>
  932.                 </child>
  933.               </object>
  934.             </child>
  935.             <child type="label">
  936.               <object class="GtkLabel" id="label2">
  937.                 <property name="visible">True</property>
  938.                 <property name="label" translatable="yes">_Options</property>
  939.                 <property name="use_underline">True</property>
  940.                 <property name="use_markup">False</property>
  941.                 <property name="justify">GTK_JUSTIFY_LEFT</property>
  942.                 <property name="wrap">False</property>
  943.                 <property name="selectable">False</property>
  944.                 <property name="xalign">0.5</property>
  945.                 <property name="yalign">0.5</property>
  946.                 <property name="xpad">0</property>
  947.                 <property name="ypad">0</property>
  948.                 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
  949.                 <property name="width_chars">-1</property>
  950.                 <property name="single_line_mode">False</property>
  951.                 <property name="angle">0</property>
  952.               </object>
  953.             </child>
  954.           </object>
  955.           <packing>
  956.             <property name="padding">0</property>
  957.             <property name="expand">False</property>
  958.             <property name="fill">False</property>
  959.           </packing>
  960.         </child>
  961.         <child>
  962.           <object class="GtkScrolledWindow" id="scrolledwindow1">
  963.             <property name="visible">True</property>
  964.             <property name="can_focus">True</property>
  965.             <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
  966.             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  967.             <property name="shadow_type">GTK_SHADOW_IN</property>
  968.             <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
  969.             <child>
  970.               <object class="GtkViewport" id="plotport">
  971.                 <property name="visible">True</property>
  972.                 <property name="shadow_type">GTK_SHADOW_NONE</property>
  973.                 <child>
  974.                   <object class="GtkImage" id="plot">
  975.                     <property name="visible">True</property>
  976.                     <property name="icon_size">5</property>
  977.                     <property name="icon_name">stock_chart</property>
  978.                     <property name="xalign">0.5</property>
  979.                     <property name="yalign">0.5</property>
  980.                     <property name="xpad">0</property>
  981.                     <property name="ypad">0</property>
  982.                   </object>
  983.                 </child>
  984.               </object>
  985.             </child>
  986.           </object>
  987.           <packing>
  988.             <property name="padding">0</property>
  989.             <property name="expand">True</property>
  990.             <property name="fill">True</property>
  991.           </packing>
  992.         </child>
  993.         <child>
  994.           <object class="GtkLabel" id="progress">
  995.             <property name="visible">True</property>
  996.             <property name="can_focus">True</property>
  997.             <property name="label" translatable="yes">Downloading chart from <b>Yahoo!</b></property>
  998.             <property name="use_underline">False</property>
  999.             <property name="use_markup">True</property>
  1000.             <property name="justify">GTK_JUSTIFY_LEFT</property>
  1001.             <property name="wrap">False</property>
  1002.             <property name="selectable">True</property>
  1003.             <property name="xalign">0.5</property>
  1004.             <property name="yalign">0.5</property>
  1005.             <property name="xpad">0</property>
  1006.             <property name="ypad">0</property>
  1007.             <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
  1008.             <property name="width_chars">-1</property>
  1009.             <property name="single_line_mode">False</property>
  1010.             <property name="angle">0</property>
  1011.           </object>
  1012.           <packing>
  1013.             <property name="padding">0</property>
  1014.             <property name="expand">False</property>
  1015.             <property name="fill">False</property>
  1016.           </packing>
  1017.         </child>
  1018.       </object>
  1019.     </child>
  1020.   </object>
  1021. </interface>
  1022.